翻訳と辞書
Words near each other
・ Brutus Island
・ Brutus J. Clay
・ Brutus J. Clay II
・ Brutus Jeans
・ Brutus Network
・ Brutus of Troy
・ Brutus Township, Michigan
・ Brutus, New York
・ Brutus, Virginia
・ Brutus, Łódź Voivodeship
・ Brutus2D
・ Brutusi
・ Bruty
・ Bruun
・ Bruun's cutthroat eel
Bruun's FFT algorithm
・ Bruunshaab Gamle Papfabrik
・ Bruunshåb
・ Bruvik
・ Bruvik (municipality)
・ Bruvik Church
・ Bruvik, Hordaland
・ Bruville
・ Brux
・ Brux, Vienne
・ Bruxa (band)
・ Bruxanelia
・ Bruxelles, Manitoba
・ Bruxism
・ Bruxner


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Bruun's FFT algorithm : ウィキペディア英語版
Bruun's FFT algorithm
Bruun's algorithm is a fast Fourier transform (FFT) algorithm based on an unusual recursive polynomial-factorization approach, proposed for powers of two by G. Bruun in 1978 and generalized to arbitrary even composite sizes by H. Murakami in 1996. Because its operations involve only real coefficients until the last computation stage, it was initially proposed as a way to efficiently compute the discrete Fourier transform (DFT) of real data. Bruun's algorithm has not seen widespread use, however, as approaches based on the ordinary Cooley–Tukey FFT algorithm have been successfully adapted to real data with at least as much efficiency. Furthermore, there is evidence that Bruun's algorithm may be intrinsically less accurate than Cooley–Tukey in the face of finite numerical precision (Storn, 1993).
Nevertheless, Bruun's algorithm illustrates an alternative algorithmic framework that can express both itself and the Cooley–Tukey algorithm, and thus provides an interesting perspective on FFTs that permits mixtures of the two algorithms and other generalizations.
== A polynomial approach to the DFT ==

Recall that the DFT is defined by the formula:
:X_k = \sum_^ x_n e^ nk }
\qquad
k = 0,\dots,N-1.
For convenience, let us denote the ''N'' roots of unity by ω''N''''n'' (''n'' = 0, ..., ''N'' − 1):
:\omega_N^n = e^ n }
and define the polynomial ''x''(''z'') whose coefficients are ''x''''n'':
:x(z) = \sum_^ x_n z^n.
The DFT can then be understood as a ''reduction'' of this polynomial; that is, ''X''''k'' is given by:
:X_k = x(\omega_N^k) = x(z) \mod (z - \omega_N^k)
where mod denotes the polynomial remainder operation. The key to fast algorithms like Bruun's or Cooley–Tukey comes from the fact that one can perform this set of ''N'' remainder operations in recursive stages.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Bruun's FFT algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.